home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MegaSort Stack.cpt / MegaSort Stack / card_5772.txt < prev    next >
Text File  |  1990-12-13  |  1KB  |  67 lines

  1. -- card: 5772 from stack: in
  2. -- bmap block id: 4979
  3. -- flags: 4000
  4. -- background id: 5496
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=0 top=0 right=40 bottom=40
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20098 / 20098
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go Home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: A000
  30. -- rect: left=451 top=123 right=172 bottom=506
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 27009 / 27009
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Continue
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect dissolve
  42.   push card
  43.   go to card "explain1"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=468 top=0 right=44 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 14767 / 14767
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: About
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect dissolve
  63.   push card
  64.   go to card "About"
  65. end mouseUp
  66.  
  67.